Bump version numbers
authorAlex Crichton <alex@alexcrichton.com>
Thu, 26 May 2016 16:36:37 +0000 (09:36 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 26 May 2016 16:36:37 +0000 (09:36 -0700)
Working on 0.12.0 now

Cargo.lock
Cargo.toml
Makefile.in
src/crates-io/Cargo.toml

index 5e86f8e00983dc7842fa9f248f0f7862f1acb36f..257498e8f80b66669768c10b29b368f506c66d24 100644 (file)
@@ -1,11 +1,11 @@
 [root]
 name = "cargo"
-version = "0.11.0"
+version = "0.12.0"
 dependencies = [
  "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  "cargotest 0.1.0",
- "crates-io 0.2.0",
+ "crates-io 0.4.0",
  "crossbeam 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "curl-sys 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -66,7 +66,7 @@ name = "cargotest"
 version = "0.1.0"
 dependencies = [
  "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "cargo 0.11.0",
+ "cargo 0.12.0",
  "filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
  "flate2 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
  "git2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
@@ -92,7 +92,7 @@ dependencies = [
 
 [[package]]
 name = "crates-io"
-version = "0.2.0"
+version = "0.4.0"
 dependencies = [
  "curl 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
  "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
index 4e6b627602bd7818f1297f89fbcd5242db5c6a8f..cd99d7d1df596fcf635352797f6f2e01215fcbb2 100644 (file)
@@ -1,6 +1,6 @@
 [project]
 name = "cargo"
-version = "0.11.0"
+version = "0.12.0"
 authors = ["Yehuda Katz <wycats@gmail.com>",
            "Carl Lerche <me@carllerche.com>",
            "Alex Crichton <alex@alexcrichton.com>"]
@@ -18,7 +18,7 @@ path = "src/cargo/lib.rs"
 
 [dependencies]
 advapi32-sys = "0.1"
-crates-io = { path = "src/crates-io", version = "0.2" }
+crates-io = { path = "src/crates-io", version = "0.4" }
 crossbeam = "0.2"
 curl = "0.2"
 curl-sys = "0.1"
index 04fc58072aef25d724bee95dd1ec15bb90bbc2e8..2d5a6e23f42a0efe335e2870436a71367433d043 100644 (file)
@@ -1,4 +1,4 @@
-CFG_RELEASE_NUM=0.11.0
+CFG_RELEASE_NUM=0.12.0
 CFG_RELEASE_LABEL=
 
 OPENSSL_VERS=1.0.2h
index 72f732295796916c8058438d2341563ca1e16f5f..07e1c15dda0b3563349281f9d8ec96cddc9bbc3a 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "crates-io"
-version = "0.2.0"
+version = "0.4.0"
 authors = ["Alex Crichton <alex@alexcrichton.com>"]
 license = "MIT/Apache-2.0"
 repository = "https://github.com/rust-lang/cargo"